From 345ca2139fdb00453d345cb00875cc9587bfd99c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 21 Dec 2014 09:37:32 -0800 Subject: [PATCH] Fix readme instructions for submodules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e328f726..d014cd6a5 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Cargo can then be compiled like many other standard unix-like projects: ```sh git clone https://github.com/rust-lang/cargo cd cargo -git submodule init +git submodule update --init ./.travis.install.deps.sh ./configure --local-rust-root=`pwd`/rustc make -- 2.30.2